home *** CD-ROM | disk | FTP | other *** search
/ Joystick Magazine 2000 February / cd joystick no112 fevrier 2000.iso / DATA / Demos / ageofwonder / data1.cab / Program / AoW.exe / 0 / RCDATA / TINTROSCENE / TINTROSCENE.txt
Text File  |  1999-10-21  |  1KB  |  63 lines

  1. object IntroScene: TIntroScene
  2.   Left = 200
  3.   Top = 119
  4.   Height = 150
  5.   Width = 215
  6.   object Window: TAoWUserWindow
  7.     OnMouseDown = WindowMouseDown
  8.     OnKeyDown = WindowKeyDown
  9.     OnUpdate = WindowUpdate
  10.     Visible = False
  11.     Priority = 0
  12.     WinLeft = 0
  13.     WinTop = 0
  14.     WinWidth = 640
  15.     Masked = False
  16.     OnHide = WindowHide
  17.     Alignment.AlignWidth = awBoth
  18.     Alignment.AlignHeight = ahBoth
  19.     Alignment.HeightPercent = 0
  20.     Alignment.WidthPercent = 0
  21.     Alignment.LeftOffPercent = 0
  22.     Alignment.RightOffPercent = 0
  23.     Alignment.TopOffPercent = 0
  24.     Alignment.BottomOffPercent = 0
  25.     Alignment.LeftOffset = 0
  26.     Alignment.RightOffset = 0
  27.     Alignment.TopOffset = 0
  28.     Alignment.BottomOffset = 0
  29.     WinManager = General.Manager
  30.     UseVMem = False
  31.     BorderWidth = 0
  32.     BorderHeight = 0
  33.     OverlapTopCorners = False
  34.     Cursor = -1
  35.     DoubleBuffered = False
  36.     MaskColor = clBlack
  37.     FreeSurfaceOnHide = False
  38.     ILIndexFrame = 0
  39.     ILIndexTexture = 0
  40.     DragHeight = 0
  41.     Draggable = False
  42.     Resizable = False
  43.     MinWidth = 0
  44.     MinHeight = 0
  45.     MaxWidth = 0
  46.     MaxHeight = 0
  47.     UseManagerBorders = False
  48.     Modal = False
  49.     WinHeight = 480
  50.     Dockable = False
  51.     OnDrawSurfaceEx = WindowDrawSurfaceEx
  52.     Left = 40
  53.     Top = 28
  54.   end
  55.   object VideoPlayer: TVideoPlayer
  56.     OnStreamSound = VideoPlayerStreamSound
  57.     Loopmode = vplmNone
  58.     Options = [vpoSoundEnabled, vpoVideoEnabled]
  59.     Left = 120
  60.     Top = 28
  61.   end
  62. end
  63.